home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / ODtoFWFrame Bug? < prev    next >
Encoding:
Internet Message Format  |  1996-07-17  |  750 b   |  [TEXT/ttxt]

  1. Subject:     ODtoFWFrame Bug?
  2. Sent:        7/17/96 6:16 AM
  3. Received:    7/17/96 9:00 AM
  4. From:        Larry D. Jones, larryj@dharbor.com
  5. Reply-To:    OpenDoc-Interest@CILabs.ORG
  6. To:          OpenDoc Related Technologies Interest List, OpenDoc-Interest@CILabs
  7.  
  8. I'm trying to get an FW_CFrame from an ODFacet with ODtoFWFrame().
  9. Like so:
  10.    FW_CFrame *aFrame = FW_CFrame::ODtoFWFrame(ev, currentFacet->GetFrame(ev));
  11.                 
  12. But, there are times when ODtoFWFrame() does not return a valid FW_CFrame.
  13. It appears that someone, other than the framework, has stored data in the
  14. ODFrame's part info.  So...how can I tell if there's a valid FW_CFrame 
  15. returned from ODtoFWFrame()?
  16.                 
  17.                 
  18. Thanks,
  19. Larry
  20. larryj@dharbor.com
  21.  
  22.  
  23.